Richard M. Stallman [Thu, 14 Sep 2006 17:49:52 +0000 (17:49 +0000)]
*** empty log message ***
Chong Yidong [Thu, 14 Sep 2006 17:44:48 +0000 (17:44 +0000)]
* startup.el (fancy-splash-text): Move editing instructions to
fancy-splash-head.
(fancy-splash-head): Issue editing instructions.
(fancy-splash-screens): Fixup whitespace.
Stefan Monnier [Thu, 14 Sep 2006 15:33:19 +0000 (15:33 +0000)]
(mode-line-buffer-identification-keymap): Remove duplicate line.
Kim F. Storm [Thu, 14 Sep 2006 14:42:49 +0000 (14:42 +0000)]
*** empty log message ***
Kim F. Storm [Thu, 14 Sep 2006 14:42:30 +0000 (14:42 +0000)]
(ido-ignore-item-p): Allow any kind of functions in ignore lists.
From Michaël Cadilhac.
Andreas Schwab [Thu, 14 Sep 2006 13:12:15 +0000 (13:12 +0000)]
*** empty log message ***
Andreas Schwab [Thu, 14 Sep 2006 13:11:46 +0000 (13:11 +0000)]
Whitespace fixup.
Kim F. Storm [Thu, 14 Sep 2006 11:08:50 +0000 (11:08 +0000)]
(jit-lock-fontify-again): New function.
(jit-lock-fontify-now): Use it instead of lambda form.
Kim F. Storm [Thu, 14 Sep 2006 11:08:38 +0000 (11:08 +0000)]
*** empty log message ***
Kim F. Storm [Thu, 14 Sep 2006 09:37:44 +0000 (09:37 +0000)]
(produce_image_glyph): Automatically crop wide images at
right window edge so we can draw the cursor on the same row to
avoid confusing redisplay by placing the cursor outside the visible
window area.
Kim F. Storm [Thu, 14 Sep 2006 09:37:29 +0000 (09:37 +0000)]
*** empty log message ***
Kenichi Handa [Thu, 14 Sep 2006 02:47:09 +0000 (02:47 +0000)]
*** empty log message ***
Kenichi Handa [Thu, 14 Sep 2006 02:46:58 +0000 (02:46 +0000)]
(ucs-input-method): Don't make the action of
a key not in [0-9a-zA-Z] when it was expected to be. Let the Emacs
mechanism do it.
Richard M. Stallman [Thu, 14 Sep 2006 01:43:18 +0000 (01:43 +0000)]
(Character Type): Node split.
Add xref to Describing Characters.
(Basic Char Syntax, General Escape Syntax)
(Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
Richard M. Stallman [Thu, 14 Sep 2006 01:21:06 +0000 (01:21 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 14 Sep 2006 01:19:38 +0000 (01:19 +0000)]
(flyspell-word, flyspell-correct-word)
(flyspell-auto-correct-word): Make ispell-filter local to these functions.
Check that ispell-filter has new stuff before calling ispell-parse-output.
Chong Yidong [Wed, 13 Sep 2006 22:40:52 +0000 (22:40 +0000)]
"Xt timer runs very often, all the time" fixed.
Chong Yidong [Wed, 13 Sep 2006 22:40:12 +0000 (22:40 +0000)]
Typo.
Chong Yidong [Wed, 13 Sep 2006 22:39:23 +0000 (22:39 +0000)]
* xterm.c (x_initialize): Don't install Xt event timer here.
(x_timeout_atimer_activated_flag): New var.
(x_activate_timeout_atimer): New function to install Xt timer.
(x_send_scroll_bar_event, x_process_timeouts): Use it.
* xmenu.c (x_menu_set_in_use, popup_activate_callback)
(create_and_show_popup_menu, create_and_show_dialog): Use it.
* xterm.h (x_activate_timeout_atimer): prototype.
Kim F. Storm [Wed, 13 Sep 2006 22:28:03 +0000 (22:28 +0000)]
(line-move-partial): Optimize.
Kim F. Storm [Wed, 13 Sep 2006 22:27:51 +0000 (22:27 +0000)]
*** empty log message ***
Kim F. Storm [Wed, 13 Sep 2006 22:03:41 +0000 (22:03 +0000)]
Fixed: Broken (sit-for 0) -- returns t even if input is available.
Richard M. Stallman [Wed, 13 Sep 2006 17:46:30 +0000 (17:46 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 13 Sep 2006 17:46:25 +0000 (17:46 +0000)]
(thing-at-point-bounds-of-url-at-point): Delete spurious backquote.
Richard M. Stallman [Wed, 13 Sep 2006 17:00:21 +0000 (17:00 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 13 Sep 2006 15:16:12 +0000 (15:16 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 13 Sep 2006 15:15:54 +0000 (15:15 +0000)]
(print_string): When printcharfun is t,
copy string contents and call strout on the copy.
Richard M. Stallman [Wed, 13 Sep 2006 15:12:59 +0000 (15:12 +0000)]
(read_char): If end_time specified, don't put the
event into this_command_keys.
(read_key_sequence): If Voverriding_terminal_local_map is specified,
don't check Voverriding_local_map at all.
Chong Yidong [Tue, 12 Sep 2006 22:05:57 +0000 (22:05 +0000)]
* net/rcirc.el (rcirc-print): Fix last change.
Reiner Steib [Tue, 12 Sep 2006 21:08:27 +0000 (21:08 +0000)]
Fix typo.
Reiner Steib [Tue, 12 Sep 2006 20:19:29 +0000 (20:19 +0000)]
(Visiting): Add index entry "open file".
Reiner Steib [Tue, 12 Sep 2006 20:17:42 +0000 (20:17 +0000)]
(Citations Outside LaTeX): Simpify lisp example.
Romain Francoise [Tue, 12 Sep 2006 20:04:32 +0000 (20:04 +0000)]
*** empty log message ***
Jay Belanger [Tue, 12 Sep 2006 17:00:40 +0000 (17:00 +0000)]
*** empty log message ***
Jay Belanger [Tue, 12 Sep 2006 16:58:31 +0000 (16:58 +0000)]
(calc-dispatch): Remove unnecessary `sit-for'.
Chong Yidong [Tue, 12 Sep 2006 16:49:26 +0000 (16:49 +0000)]
Two bugs fixed.
Chong Yidong [Tue, 12 Sep 2006 16:48:55 +0000 (16:48 +0000)]
* net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
rcirc-show-maximum-output.
(rcirc-mode): Remove window-scroll-function hook.
(rcirc-scroll-to-bottom): Remove function.
(rcirc-print): Recenter so point stays at the bottom of the window
if point was already there.
Chong Yidong [Tue, 12 Sep 2006 16:47:50 +0000 (16:47 +0000)]
Typo.
Chong Yidong [Tue, 12 Sep 2006 16:47:26 +0000 (16:47 +0000)]
* textprop.c (Fnext_property_change, Fnext_single_property_change)
(Fprevious_property_change, Fprevious_single_property_change):
Avoid changing limit, so we can correctly catch the case where the
property is constant up to limit.
Paul Eggert [Tue, 12 Sep 2006 16:43:25 +0000 (16:43 +0000)]
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
variable now defaults to Emacs's absolute file name, instead of
to "t".
* etc/PROBLEMS: Adjust tcsh advice for this.
* make-dist (EMACS): Exit and fail if the EMACS environment
variable is set to something other than an absolute file name.
* lisp/comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
not to "t".
* lisp/progmodes/compile.el (compilation-start): Likewise.
* lisp/progmodes/idlwave.el (idlwave-rescan-asynchronously):
Don't use expand-file-name on invocation-directory, since this
might mishandle special characters in invocation-directory.
* man/faq.texi (Escape sequences in shell output): EMACS is now set
to Emacs's absolute file name, not to "t".
(^M in the shell buffer): Likewise.
* man/misc.texi (Interactive Shell): Likewise.
Stefan Monnier [Tue, 12 Sep 2006 15:43:20 +0000 (15:43 +0000)]
Remove * in defcustom's docstrings.
Richard M. Stallman [Tue, 12 Sep 2006 15:12:35 +0000 (15:12 +0000)]
*** empty log message ***
Nick Roberts [Tue, 12 Sep 2006 10:00:38 +0000 (10:00 +0000)]
(compilation-directory-properties):
Doc fix for help-echo.
Nick Roberts [Tue, 12 Sep 2006 09:59:43 +0000 (09:59 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Tue, 12 Sep 2006 09:48:33 +0000 (09:48 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Tue, 12 Sep 2006 09:48:18 +0000 (09:48 +0000)]
* macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
Undo 2006-09-08 change.
YAMAMOTO Mitsuharu [Tue, 12 Sep 2006 09:48:08 +0000 (09:48 +0000)]
* macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
Undo 2006-09-08 change.
Lars Hansen [Tue, 12 Sep 2006 07:13:52 +0000 (07:13 +0000)]
*** empty log message ***
Lars Hansen [Tue, 12 Sep 2006 07:13:17 +0000 (07:13 +0000)]
Add comment.
Richard M. Stallman [Tue, 12 Sep 2006 01:43:17 +0000 (01:43 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 12 Sep 2006 01:43:13 +0000 (01:43 +0000)]
(Glyphs): Clarifications.
Richard M. Stallman [Tue, 12 Sep 2006 01:32:27 +0000 (01:32 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 12 Sep 2006 01:32:20 +0000 (01:32 +0000)]
(Display Table Format): Wording clarification
Kim F. Storm [Mon, 11 Sep 2006 22:33:46 +0000 (22:33 +0000)]
(next-error-highlight, next-error-highlight-no-select):
Fix spelling error.
Kim F. Storm [Mon, 11 Sep 2006 22:33:29 +0000 (22:33 +0000)]
*** empty log message ***
Kim F. Storm [Mon, 11 Sep 2006 22:21:55 +0000 (22:21 +0000)]
(sit-for): Rework to use input-pending-p and cond.
Return nil input is pending on entry also for SECONDS <= 0.
(while-no-input): Use input-pending-p instead of sit-for.
Kim F. Storm [Mon, 11 Sep 2006 22:21:42 +0000 (22:21 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 11 Sep 2006 19:05:46 +0000 (19:05 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 11 Sep 2006 19:04:37 +0000 (19:04 +0000)]
(next-error-highlight, next-error-highlight-no-select):
Fix custom type and doc strings.
Stefan Monnier [Mon, 11 Sep 2006 18:11:19 +0000 (18:11 +0000)]
(diff-apply-hunk-to-backup-file): New var.
(diff-apply-hunk): Use it to ask for confirmation.
Richard M. Stallman [Mon, 11 Sep 2006 17:16:07 +0000 (17:16 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 11 Sep 2006 17:15:34 +0000 (17:15 +0000)]
(Compilation Mode): Clarification.
(Grep Searching): Add xref to Compilation Mode.
Miles Bader [Mon, 11 Sep 2006 14:45:20 +0000 (14:45 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 136)
- Update from CVS
2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
mails in the doc string. Add some URLs in comment.
2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
backslashes handling and the way to find boundaries of quoted strings.
2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus.texi (Mail Source Specifiers): Mention problem of duplicate
mails with pop3-leave-mail-on-server. Fix wording.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-431
Richard M. Stallman [Mon, 11 Sep 2006 14:34:16 +0000 (14:34 +0000)]
*** empty log message ***
Simon Josefsson [Mon, 11 Sep 2006 13:58:35 +0000 (13:58 +0000)]
*** empty log message ***
Simon Josefsson [Mon, 11 Sep 2006 13:58:28 +0000 (13:58 +0000)]
* smtpmail.texi (Authentication): Explain TLS and SSL better, based on
suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
Chong Yidong [Mon, 11 Sep 2006 13:03:40 +0000 (13:03 +0000)]
* keymap.c (Fkey_binding): Use string position for string objects.
Reiner Steib [Mon, 11 Sep 2006 11:15:54 +0000 (11:15 +0000)]
(pushnew): Add missing `,'.
David Kastrup [Mon, 11 Sep 2006 09:47:43 +0000 (09:47 +0000)]
* help.el (string-key-binding, describe-key-briefly)
(describe-key): Remove `string-key-binding' and its callers since
`key-binding' already caters for the proper lookup now.
(string-key-binding, describe-key-briefly)
(describe-key): Remove `string-key-binding' and its callers since
`key-binding' already caters for the proper lookup now.
Kim F. Storm [Mon, 11 Sep 2006 08:52:42 +0000 (08:52 +0000)]
(Fkey_binding): Fix last change.
Kim F. Storm [Mon, 11 Sep 2006 08:52:33 +0000 (08:52 +0000)]
*** empty log message ***
Kim F. Storm [Mon, 11 Sep 2006 08:26:47 +0000 (08:26 +0000)]
(Fmessage): Recommend using (message "%s" ...).
Kim F. Storm [Mon, 11 Sep 2006 08:26:37 +0000 (08:26 +0000)]
*** empty log message ***
Stefan Monnier [Mon, 11 Sep 2006 07:12:37 +0000 (07:12 +0000)]
(cfengine-font-lock-syntactic-keywords): New var.
(cfengine-mode): Use it. Fix \ syntax to be like /.
Stefan Monnier [Mon, 11 Sep 2006 07:11:21 +0000 (07:11 +0000)]
(mode-line-buffer-identification-keymap):
Move initialization into declaration.
Chong Yidong [Mon, 11 Sep 2006 02:39:16 +0000 (02:39 +0000)]
* keymaps.texi (Active Keymaps): Mention that key-binding checks
local maps.
Chong Yidong [Mon, 11 Sep 2006 02:34:35 +0000 (02:34 +0000)]
Fixed "Make key-binding use the maps specified by positions given in the events"
Chong Yidong [Mon, 11 Sep 2006 02:34:05 +0000 (02:34 +0000)]
* keymap.c (Fkey_binding): Check for local keymap for mouse click
events.
Richard M. Stallman [Mon, 11 Sep 2006 02:25:00 +0000 (02:25 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 11 Sep 2006 02:24:26 +0000 (02:24 +0000)]
Handle errors in recursive copy usefully.
(dired-create-files-failures): New variable.
(dired-copy-file): Remove condition-case.
(dired-copy-file-recursive): Check for errors on all file
operations, and add them to dired-create-files-failures.
Check file file-date-erorr here too.
(dired-create-files): Check dired-create-files-failures
and report those errors too.
Kim F. Storm [Sun, 10 Sep 2006 21:40:44 +0000 (21:40 +0000)]
(ido-edit-input, ido-complete, ido-take-first-match)
(ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
(ido-delete-file-at-head): Pass head of ido-matches through ido-name
in case of merged directories. Reported by Michaël Cadilhac.
Kim F. Storm [Sun, 10 Sep 2006 21:40:32 +0000 (21:40 +0000)]
*** empty log message ***
Kim F. Storm [Sun, 10 Sep 2006 21:10:50 +0000 (21:10 +0000)]
(Finput_pending_p): Check Vunread_input_method_events
and Vunread_post_input_method_events.
Kim F. Storm [Sun, 10 Sep 2006 20:54:19 +0000 (20:54 +0000)]
(Forcing Redisplay): Document return value of function redisplay.
Kim F. Storm [Sun, 10 Sep 2006 20:50:54 +0000 (20:50 +0000)]
(Fredisplay): Document return value.
Kim F. Storm [Sun, 10 Sep 2006 20:50:20 +0000 (20:50 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 10 Sep 2006 17:48:10 +0000 (17:48 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 10 Sep 2006 17:47:39 +0000 (17:47 +0000)]
(pushnew): Use add-to-list when convenient.
Richard M. Stallman [Sun, 10 Sep 2006 17:45:42 +0000 (17:45 +0000)]
(add-to-list): New argument COMPARE-FN.
Reiner Steib [Sun, 10 Sep 2006 16:26:31 +0000 (16:26 +0000)]
(file-cache-add-directory)
(file-cache-add-directory-list, file-cache-add-file)
(file-cache-add-directory-using-find)
(file-cache-add-directory-using-locate)
(file-cache-add-directory-recursively): Add autoloads.
Richard M. Stallman [Sun, 10 Sep 2006 13:48:42 +0000 (13:48 +0000)]
Clarify.
Richard M. Stallman [Sun, 10 Sep 2006 13:18:24 +0000 (13:18 +0000)]
*** empty log message ***
Jan Djärv [Sun, 10 Sep 2006 12:29:10 +0000 (12:29 +0000)]
Add "Emacs compiled with Gtk+ crashes when closing a display (x-close-connection)."
Jan Djärv [Sun, 10 Sep 2006 12:17:49 +0000 (12:17 +0000)]
* xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
* gtkutil.c (xg_display_close): Always change default display if needed,
check for < Gtk+ version 2.10 before calling gdk_display_close.
Jan Djärv [Sun, 10 Sep 2006 12:17:19 +0000 (12:17 +0000)]
* gtkutil.c (xg_display_close): Always change default display if needed,
check for < Gtk+ version 2.10 before calling gdk_display_close.
Jan Djärv [Sun, 10 Sep 2006 12:16:58 +0000 (12:16 +0000)]
* xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
YAMAMOTO Mitsuharu [Sun, 10 Sep 2006 06:25:40 +0000 (06:25 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Sun, 10 Sep 2006 05:52:54 +0000 (05:52 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Sun, 10 Sep 2006 05:52:09 +0000 (05:52 +0000)]
(Fx_file_dialog): Call check_x.
YAMAMOTO Mitsuharu [Sun, 10 Sep 2006 05:52:01 +0000 (05:52 +0000)]
* src/macmenu.c (Vmenu_updating_frame, syms_of_xmenu):
* src/w32menu.c (Vmenu_updating_frame, syms_of_xmenu): Apply
2006-09-08 change for xmenu.c.